Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Behavior<T> Class
Members


In This Topic
    C1Behavior<T> Class
    In This Topic
    Base class for control behaviors.
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1Behavior(Of T As Android.Views.View) 
    'Usage
     
    
    Dim instance As C1Behavior(Of T)
    public abstract class C1Behavior<T> 
    where T: Android.Views.View
    Type Parameters
    T
    Inheritance Hierarchy
    See Also